home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / MCC_NList / MCC_NList.readme < prev    next >
Encoding:
Text File  |  1998-05-27  |  2.4 KB  |  62 lines

  1. Short:    MUI List clone with horiz scroll and much more...
  2. Author:   masson@iutsoph.unice.fr (Gilles Masson)
  3. Uploader: masson@iutsoph.unice.fr (Gilles Masson)
  4. Type:     dev/mui
  5. Requires: MUI 3.6+ , OS 2.x (V37+).
  6. Version:  0.84
  7.  
  8. (27.05.98)
  9.  
  10. This is a MUI List/Listview/Floattext clone, named
  11. NList.mcc/NListview.mcc/NFloattext.mcc, which is a public
  12. mcc class for MUI.
  13.  
  14. Actually the horizontal scrolling is fully supported, there are
  15. smooth scrolling, word wrap support, built-in copy to clipboard,
  16. classic char selection possibility, drag and drop and many other
  17. features. The user can change the column width with mouse and
  18. column titles can act as buttons.
  19.  
  20. There is a pref class NListviews.mcp with it, which permit the
  21. user to choose all default backgrounds, pens and fonts, scrollbars
  22. mode, drag and drop mode and qualifier, multiselect mode and some
  23. others.
  24.  
  25.  
  26. Include is now a Floattext.mui replacement which use NFloattext.mcc,
  27. permitting copy to clipboard and key moving.
  28.  
  29.  
  30. Current MCC_NList classes versions are :
  31.  
  32. NListview.mcc     19.90     27.05.98
  33. NListview.mcc     19.60     13.04.98
  34. NFloattext.mcc    19.46     13.04.98
  35. NListviews.mcp    19.56     27.05.98
  36.  
  37.  
  38.  
  39. Changes since NList 0.82 (04.05.98)
  40. ***********************************
  41.  
  42. * NList.mcc         19.90     27.05.98
  43.   - fixed A stupid bug made Auto/FullAuto scrollers "freeze" the object when they
  44.           appear the first time the object is drawn.
  45.  
  46. * NList.mcc         19.89     25.05.98
  47.   - fixed Now the MUI window refresh is forced before trying to redraw anything else
  48.           in the list (this case happen only in simple refresh mode). It was not done,
  49.           so in some cases the drawing was clipped by the intuition refresh clipping !
  50.   - fixed There were some other refresh problems with the Redraw method when using
  51.           simple refresh mode.
  52.   - fixed There were a little drawing bug while (simple) refresh at bottom of list.
  53.   - fixed Notifies were always done asynchronously (!), not done any more.
  54.   - fixed XEN buttons (and perhaps other ones ?) in NList objects had a little redraw
  55.           position problem.
  56.   - fixed Having the last column less large than the remaining right space with a
  57.           separator bar is now possible (it can avoid the need of an extra empty column).
  58.   - fixed Use of graphic tablet instead of mouse should work again (i hope).
  59.   - fixed The copy to clipboard shortkeys unselect the area.
  60.   - added Read only list in char selection make auto copy to clipboard.
  61.  
  62.